home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / pad321.zip / MAKEARJ.CMD < prev    next >
OS/2 REXX Batch file  |  1996-09-16  |  369b  |  19 lines

  1. @echo off
  2. if %1. == . goto usage
  3. move logfile.* ..
  4. call killjunk.cmd
  5. call arj a PAD%1.arj
  6. move ..\logfile.* .
  7. call build.cmd .. ..\m
  8. goto :end
  9.  
  10. :usage
  11. echo Usage:
  12. echo   MAKEARJ [version]
  13. echo.
  14. echo I use this command file to create the Padlock distribution archives.
  15. echo Unless you're me, you probably don't need to use this .CMD file.
  16. echo.
  17.  
  18. :end
  19.